home *** CD-ROM | disk | FTP | other *** search
- /*
- macintosh.h
-
- This software is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this software; if not, write to the Free
- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- Original copyright notice follows:
-
- Dylan primitives for Macintosh.
-
- by Patrick C. Beard.
- */
-
- #pragma once
-
- #include "object.h"
-
- void init_mac_prims (void);
- Object get_file (void);
- Object put_file (Object defaultNameObj, Object promptObj);
- char *FSSpecToPath (struct FSSpec *file, char path[256]);
-